/**
	Example sub-library.
*/
module test_repos.example;

string exampleString() {
	return "This is an example library.";
}